home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-09-21 | 3.6 KB | 96 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = Wood
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = Wood.tiff
- DOCICONS = WoodDoc.tiff WoodFilter.tiff
-
- LOCAL_RESOURCES = AttributesInspector.nib InfoPanel.nib Inspector.nib\
- SaveTo.nib ScrollViewDeluxe.nib StyleInspector.nib\
- TreeInspector.nib Wood.nib WoodDoc.nib fly.tiff\
- flyH.tiff MiscKit.tiff OOE_Logo.tiff\
- OOE_ScrollerButton.tiff OOE_ScrollerButtonD.tiff\
- OOE_ScrollerButtonE.tiff OOE_ScrollerButtonH.tiff\
- soundMarker.tiff soundMarkerH.tiff zipped.tiff Help
-
- GLOBAL_RESOURCES = app.oai MiscFindPanel.bundle services
-
- CLASSES = AttributesInspector.m DefaultWoodInspector.m DGPrintInfo.m\
- HitPath.m InfoView.m IPFlyPanel.m IPPanel.m\
- MultipleSelectionWoodInspector.m NoSelectionWoodInspector.m\
- ObjectError.m PageMargin.m RTFDescription.m Ruler.m\
- ScrollViewDeluxe.m ScrollViewDeluxeForOOE.m StyleInspector.m\
- Tree.m TreeInspector.m TreeView.m UndoManager.m UPath.m\
- ValidateMenus.m WindowForOOE.m WoodApp.m WoodApp_OOE.m\
- WoodBundle.m WoodDoc.m WoodDoc_Closing.m WoodDoc_Creation.m\
- WoodDoc_Name.m WoodDoc_OOE.m WoodDoc_PasteBoard.m\
- WoodDoc_Private.m WoodDoc_SearchableText.m\
- WoodDoc_SplitViewDelegate.m WoodDoc_TargetAction.m\
- WoodDoc_TreeDelegate.m WoodDoc_UndoDelegate.m\
- WoodDoc_ValidateMenuCells.m WoodDoc_WindowDelegate.m\
- WoodDoc_ZoomDelegate.m WoodFilter.m WoodInspectorManager.m
-
- HFILES = AttributesInspector.h DefaultWoodInspector.h DGPrintInfo.h\
- DGVariables.h Global.h HitPath.h InfoView.h IPFlyPanel.h\
- IPPanel.h MultipleSelectionWoodInspector.h\
- NoSelectionWoodInspector.h ObjectError.h OOE_Protocols.h\
- ooe_server.h PageMargin.h PFilter.h RTFDescription.h Ruler.h\
- ScrollViewDeluxe.h ScrollViewDeluxeForOOE.h StyleInspector.h\
- Tree.h TreeInspector.h TreeView.h UndoManager.h UPath.h\
- Utilities.h ValidateMenus.h WindowForOOE.h WoodApp.h\
- WoodApp_OOE.h WoodBundle.h WoodDoc.h wooddoc.h\
- WoodDoc_Closing.h WoodDoc_Creation.h WoodDoc_Name.h\
- WoodDoc_OOE.h WoodDoc_PasteBoard.h WoodDoc_Private.h\
- WoodDoc_SearchableText.h WoodDoc_SplitViewDelegate.h\
- WoodDoc_TargetAction.h WoodDoc_TreeDelegate.h\
- WoodDoc_UndoDelegate.h WoodDoc_ValidateMenuCells.h\
- WoodDoc_WindowDelegate.h WoodDoc_ZoomDelegate.h WoodFilter.h\
- WoodInspectorManager.h ZoomDelegate.h
-
- MFILES = Utilities.m Wood_main.m
-
- CFILES = liballoc.c libstring.c libyywrap.c
-
- PSWFILES = PSWEnding.psw PSWUControl.psw PSWUPath.psw
-
- BUNDLES = Unix.bproj MMA.bproj MiscTree.bproj LispDoc.bproj
-
- TOOLS = woodOOEFilter.tproj
-
- OTHERSRCS = Makefile Makefile.postamble Makefile.preamble PB.gdbinit
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app Wood.tiff \
- -sectcreate __ICON WoodDoc WoodDoc.tiff \
- -sectcreate __ICON WoodFilter WoodFilter.tiff
-
- LIBS = -lIndexing_s -lMiscArrowButton -lMiscInspectorKit -lMiscKit\
- -lMiscSwapKit -lMiscValueField -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-